home *** CD-ROM | disk | FTP | other *** search
/ The Holy Bible & Other Christian Shareware / The Holy Bible and Other Christian Shareware (Advantage Plus) (1993).ISO / olb / go.bat < prev    next >
DOS Batch File  |  1993-04-10  |  2KB  |  43 lines

  1. :begin
  2. echo off
  3.    choose 12 "Online Bible 6.1" "CD-ROM Contents" "Tutorial" "Install Instructions" "Disk Copying Info" "Start Install"
  4.    if errorlevel 9 goto e9
  5.    if errorlevel 8 goto e8
  6.    if errorlevel 7 goto e7
  7.    if errorlevel 6 goto e6
  8.    if errorlevel 5 goto e5
  9.    goto dos
  10. :e9
  11.    view contents.doc
  12.    goto begin
  13. :e8
  14.    view tutorial.doc
  15.    goto begin
  16. :e7
  17.    view read.me
  18.    goto begin
  19. :e6
  20.    view .\masters\read.me
  21.    goto begin
  22. :e5
  23. cls
  24. echo      █████████████████████████████████████████████████████████████████████
  25. echo      **                                                                 **
  26. echo      ██                                                                 ██
  27. echo      ██            Type "install" to begin the installation             ██
  28. echo      ██                and then select option A to start.               ██
  29. echo      ██                                                                 ██
  30. echo      ██   In Canada & U.S.A. order a printed manual for $5 by calling   ██
  31. echo      ██                       ONLINE BIBLE USA                          ██
  32. echo      ██                        1-800-243-7124                           ██
  33. echo      ██                                                                 ██
  34. echo      ██   Otherwise write Larry Pierce, 11 Holmwood St, Winterbourne,   ██
  35. echo      ██   Ont, CANADA, N0B 2V0 and send $7 in US funds drawn on a US    ██
  36. echo      ██                 bank for one copy of the manual.                ██
  37. echo      ██                                                                 ██
  38. echo      **                                                                 **
  39. echo      █████████████████████████████████████████████████████████████████████
  40. echo  
  41. goto dos
  42. :dos
  43.